home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / kasim / 04 / setup.exe / readme.txt < prev   
Encoding:
Text File  |  2000-05-31  |  6.7 KB  |  130 lines

  1. # FreePDF -- v0.94 Beta 05/31/2000  web: http://over.to/freepdf
  2. # This script calls GhostScript to convert the
  3. # PS (PostScript) input file into a PDF on Windows 9x.  
  4. #
  5. # Free PDF is used as part of 
  6. # a process.  This process enables one to Print to a special 
  7. # printer from any Windows application and 
  8. # create output files in the output folder. 
  9. # in a PDF (Adobe's Portable Document Format) file, 
  10. # which is viewable using 
  11. # Adobe's Acrobat product among other programs.
  12. #
  13. # Limitations:
  14. # This version is Now Beta and close to release.
  15. # It has the location for the GhostScript
  16. # executable as "C:\Aladdin\gs6.01\bin\gswin32c.exe" ,
  17. # and the location for the Acrobat Reader 
  18. # executable as 
  19. # "C:\Program Files\Adobe\Acrobat 4.0\Reader\AcroRd32.exe" ,
  20. # These can be overriden by using the Config Screen
  21. # and clicking on the links for the files or by 
  22. # editting the file "FREEPDF.INI"
  23. # in the FreePDF Directory
  24. #
  25. # From version 0.28 on you have the 'Save PDF as' button
  26. # which allows you to place the output PDF file 
  27. # in whatever folder with whatever name you'd like. 
  28. # FreePDF will remember the folder and output name
  29. # from the last time it was used.
  30. #
  31. # This program requires 2 parameters.
  32. # The 1st is ignored as are any past the 2cnd.
  33. # The second is the only one used 
  34. # and should contain the full path and filename 
  35. # of the Input PS temporary file to be converted.
  36. # to a PDF.
  37. # This is fine as REDRUN handles this
  38. # Open the file 
  39. # C:\freepdf\dochtml\freepdf.htm for full details
  40. #
  41. # It is intended to be used in conjunction with
  42. #
  43. # RedMon (Printer port REDirection Monitor) 
  44. # from Ghostgum Software Pty Ltd.,
  45. # and GhostScript from Aladdin Enterprises.
  46. # The setup for this whole process is involved.
  47. # Open the file 
  48. # C:\freepdf\dochtml\freepdf.htm
  49. # in Internet explorer for full details
  50. #
  51. # FreePDF is distributed under the terms of the 
  52. # ALADDIN FREE PUBLIC LICENCE
  53. # and is Copyright (C) 2000, BMRWare. All rights reserved.
  54. # See the ASCII file license in this directory for details.
  55. # Need "Program handles Output" on RPT1 setup
  56. #
  57. # RedMon (Printer port REDirection Monitor) 
  58. # is Copyright (C) 1997-1999, Ghostgum Software Pty Ltd.
  59. # GhostScript is 
  60. # Copyright (C) 1994, 1995, 1997, 1998 Aladdin Enterprises,
  61. #   Menlo Park, California, U.S.A. All rights reserved.
  62. # RCS: @(#) $Id: FreePDF,v 0.95 2000/05/31 18:23:30 Rhodes Exp $
  63.  
  64.  
  65.  
  66. # Version Notes
  67. #+----+----------+------------------------------------------------------------+
  68. #+Ver |MM/DD/YYYY|Description                                                 +
  69. #+----+----------+------------------------------------------------------------+
  70. #+0.15|04/01/2000| First version just calls GhostScript                       +
  71. #+----+----------+------------------------------------------------------------+
  72. #+0.20|04/02/2000| Working on Parm madness Need Parm 2!                       +
  73. #+----+----------+------------------------------------------------------------+
  74. #+0.21|04/02/2000| Make call to gswin32.exe Writes "C:\WINDOWS\\Start Menu    +
  75. #+    |          | Writes "C:\WINDOWS\Start Menu\Output.pdf'                  +
  76. #+----+----------+------------------------------------------------------------+
  77. #+0.22|04/03/2000| Variablizing the hardcoded paths and program names         +
  78. #+    |          | Added buttons to View Output and Exit                      +
  79. #+    |          | Next will make them configurable                           +
  80. #+----+----------+------------------------------------------------------------+
  81. #+0.23|04/02/2000| Added See Command Button moved screen text around          +
  82. #+----+----------+------------------------------------------------------------+
  83. #+0.24|04/04/2000| Removed Acrobat save as tip and added adobe coppyright     +
  84. #+----+----------+------------------------------------------------------------+
  85. #+0.27|04/05/2000| Added Make PDF, About and disabled Configure buttons       +
  86. #+----+----------+------------------------------------------------------------+
  87. #+0.28|04/06/2000| Added ini file variables, Enabled Configure and            +
  88. #+    |          | renamed 'Make pdf' to 'Save PDF as..' buttons              +
  89. #+----+----------+------------------------------------------------------------+
  90. #+0.30|04/07/2000| Added check that ini file exits and create if needed       +
  91. #+    |          | FreePDF also now saves and uses the settings from last time+
  92. #+----+----------+------------------------------------------------------------+
  93. #+0.31|04/23/2000| Changed defaults for Aladdin directory                     +
  94. #+----+----------+------------------------------------------------------------+
  95. #+0.32|04/24/2000| Revamped Config Screen!  Added Browse Button in Config     +
  96. #+    |          | for Finding GhostScript PDF Converter and PDF Viewer!      +
  97. #+    |          | Added Automatic Copy to Clipboard of PDF path and name     +
  98. #+    |          | of the created PDF upon success                            +
  99. #+    |          | Added Open PS for selecting PS file when bad parms passed  +
  100. #+----+----------+------------------------------------------------------------+
  101. #+0.33|05/12/2000| Changed Title in Open file Dialog box for pdfViewer        +
  102. #+----+----------+------------------------------------------------------------+
  103. #+0.87|05/19/2000| First Beta Release  Small bugs Squashed!                   +
  104. #+----+----------+------------------------------------------------------------+
  105. #+0.94|05/26/2000| Added Checkbox Options to Config screen for                +
  106. #+    |          | "Show Save as Dialog Automatically",                       +
  107. #+    |          | "Launch PDF Viewer Automatically After Conversion" and     +
  108. #+    |          | "Auto-Exit FreePDF After PDFViewer Close"                  +
  109. #+    |          |About box is now real window also instead of just Dialog Box+
  110. #+----+----------+------------------------------------------------------------+
  111. #+0.95|05/31/2000| Added new Checkbox Options to Config screen for            +
  112. #+    |          | "Remind to close PDFViewer                                 +
  113. #+----+----------+------------------------------------------------------------+
  114. #
  115. # List of things to do, future plans and ideas
  116. #+----------------------------------------------------------------------------+
  117. #  Check content of file for PS header and Abort if absent
  118. #  Log File
  119. #  Right Click 'Convert to PDF' Explorer Integration
  120. #  Optionally on Completion:
  121. #    Zip 'output.pdf' 
  122. #  Batch mode with
  123. #    Watched Input and Output Folders
  124. #    Delete Input PS file after Successful PDF Creation Option
  125. #  Update Checker and Downloader
  126. #  Minimize to System Tray?
  127. #  Installer and UNInstaller
  128. #+----------------------------------------------------------------------------+
  129.